home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / bounce_c.swf / scripts / frame_20 / DoAction.as
Text File  |  2010-11-09  |  344b  |  18 lines

  1. stop();
  2. tutorial.buttonBack.onPress = function()
  3. {
  4.    _root.tutorial.prevFrame();
  5. };
  6. tutorial.buttonNext.onPress = function()
  7. {
  8.    _root.tutorial.nextFrame();
  9. };
  10. tutorial.buttonBegin.onPress = function()
  11. {
  12.    _root.gotoAndStop("menuScreen");
  13. };
  14. tutorial.buttonSkip.onPress = function()
  15. {
  16.    _root.gotoAndStop("menuScreen");
  17. };
  18.